Section 1 - Data Management in Polymetrics


Section 1 describes the data management in Polymetrics and demonstrates the use of pandas in importing and analyzing the data. The dataset is imported using the FileImport module in Polymetrics

In addition to Polymetrics, the following libraries are imported:

  • numpy and pandas - for data handling and analysis.
  • scikit-learn - for predictive data analysis
  • plotly - as a graphing library
  • json - for dictionary-like object operations.
  • IPython - for creating tabulated outputs of DataFrames.
  • seaborn - a few functions in Polymetrics use seaborn for plotting.